home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Interactive CD Sampler / Microsoft Interactive CD Sampler.iso / DEMOS / C_Automp / AUTOTP / IMD.CST / 00004.ls < prev    next >
Encoding:
Text File  |  1996-07-16  |  225 b   |  8 lines

  1. on locList theSprite
  2.   -- this returns the locH and locV of sprite "theSprite" 
  3.   -- as a list
  4.   set tempList = []
  5.   add tempList,the locH of sprite theSprite
  6.   add tempList,the locV of sprite theSprite
  7.   return tempList
  8. end